home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-12 | 824 b | 33 lines | [TEXT/MPS ] |
- /*
- File: TranslationExtensions.r
-
- Contains: Macintosh Easy Open Translation Extension Interfaces.
-
- Version: Technology: Macintosh Easy Open 1.1
- Release: Universal Interfaces 3.0.1
-
- Copyright: © 1989-1997, 1995, 1997 by Apple Computer, Inc., all rights reserved.
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- */
-
- #ifndef __TRANSLATIONEXTENSIONS_R__
- #define __TRANSLATIONEXTENSIONS_R__
-
- #ifndef __CONDITIONALMACROS_R__
- #include "ConditionalMacros.r"
- #endif
-
- #define kSupportsFileTranslation 1
- #define kSupportsScrapTranslation 2
- #define kTranslatorCanGenerateFilename 4
-
-
- #endif /* __TRANSLATIONEXTENSIONS_R__ */
-
-